docs: Remove mention of passwords from broadwayd(1)
authorMatthias Clasen <mclasen@redhat.com>
Mon, 1 Apr 2019 04:11:31 +0000 (00:11 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 1 Apr 2019 04:11:31 +0000 (00:11 -0400)
This functionality does not exist.

Closes: https://gitlab.gnome.org/GNOME/gtk/issues/1697
docs/reference/gtk/gtk4-broadwayd.xml

index 1848040028d86c74e74289ac1bb028a9547b0bab..4c6450944d45c5ce74ea13580e94d2caf2cc80b9 100644 (file)
@@ -54,16 +54,6 @@ Start your applications like this:
 <programlisting>
 GDK_BACKEND=broadway BROADWAY_DISPLAY=:5 gtk4-demo
 </programlisting>
-
-You can add password protection for your session by creating a file in
-<filename>$XDG_CONFIG_HOME/broadway.passwd</filename> or <filename>$HOME/.config/broadway.passwd</filename>
-with a crypt(3) style password hash.
-
-A simple way to generate it is with openssl:
-<programlisting>
-openssl passwd -1  > ~/.config/broadway.passwd
-</programlisting>
-
 </para>
 </refsect1>